body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

body, html {
  height: 100%;
  margin: 0;
}



.bg-img {
  /* The image used */
  background-image: url("backgroundimg.jpg");

  height: 75%; 

  min-height: 380px;
   /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}
/* Position the navbar container inside the image */
.container {
  position: relative;
  margin: 0px;
  width: auto;
}

/* The navbar */
.topnav {
  margin-right:0px;
  overflow: hidden;
  background-color: rgba(51, 51, 51, 0.476);
}

.topnav a {
  margin-right: 25px;
  float: left;
  color: #f2f2f2;
  text-align: center;
 
  padding: 14px 50px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/*--------------------------------------------------*/

@font-face {
  font-family: mywebfont;
  src: url("Montserrat-Medium.ttf");
  /*src: url("Roboto-Medium.ttf");*/
}

/*--*/

@font-face {
  font-family: fontroboto;
  src: url("Roboto-Light.ttf");
}

/*---*/



div.text_center{
  text-align: center;
  margin-top: 50px;
  font-family: mywebfont;
}

div.text_roboto{

  text-align: center;
  font-family: fontroboto;

}

/*--*/

div.horizontalgap {
  float: left;
  overflow: hidden;
  height: 1px;
  width: 10px;
}


/*--*/



/*--*/

div.black_box{
  
  background-color: #000000;
  border: 200px solid black;
  
  opacity: 100;
}

/*--*/

div.colorbox{
  background-color: rgb(27, 27, 27);
  border: 200px solid rgb(27, 27, 27);

}


/*---*/
.datagrid table {
	border-collapse: collapse;
	text-align: center;
	width: 80%;
}

.datagrid {
	font: normal 12px/150%  Helvetica, sans-serif;
	background: #fff;
  overflow: hidden;
  border-top: 50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.datagrid table td,
.datagrid table th {
	padding: 17px 1px;
}

.datagrid table thead th {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F5F5F5), color-stop(1, #CFCFCF));
	background: -moz-linear-gradient( center top, #F5F5F5 5%, #CFCFCF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#CFCFCF');
	background-color: #F5F5F5;
	color: #000000;
	font-size: 18px;
	font-weight: regular;
	border-left: 1px solid #A3A3A3;
}

.datagrid table thead th:first-child {
	border: none;
}

.datagrid table tbody td {
	color: rgb(0, 0, 0);
	border-left: 1px solid #DBDBDB;
	font-size: 18px;
	font-weight: normal;
}

.datagrid table tbody .alt td {
	background: #EBEBEB;
	color: rgb(0, 0, 0);
}

.datagrid table tbody td:first-child {
	border-left: none;
}

.datagrid table tbody tr:last-child td {
	border-bottom: none;
}

.datagrid table tfoot td div {
	border-top: 1px solid #8C8C8C;
	background: #EBEBEB;
}

.datagrid table tfoot td {
	padding: 0;
	font-size: 12px
}

.datagrid table tfoot td div {
	padding: 3px;
}

.datagrid table tfoot td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.datagrid table tfoot li {
	display: inline;
}

.datagrid table tfoot li a {
	text-decoration: none;
	display: inline-block;
	padding: 2px 8px;
	margin: 1px;
	color: #000000;
	border: 1px solid #8C8C8C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F7F7F7), color-stop(1, #DBDBDB));
	background: -moz-linear-gradient( center top, #F7F7F7 5%, #DBDBDB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#DBDBDB');
	background-color: #F7F7F7;
}

.datagrid table tfoot ul.active,
.datagrid table tfoot ul a:hover {
	text-decoration: none;
	border-color: #000000;
	color: #F5F5F5;
	background: none;
	background-color: #000000;
}

div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
	position: fixed !important;
}

/*---*/





/*---------------------------------------------*/

.ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
  border-right:1px solid #bbb;
}

li:last-child {
  border-right: none;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #4CAF50;
}


/*---------------------------------------------------------*/

